home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / app / appmenu_2_4.lha / AppMenu2.4 / Test.StartMeFirst < prev    next >
Text File  |  1995-10-08  |  279b  |  12 lines

  1. If NOT EXISTS ENV:AppMenu
  2.    Echo "Creating dir *"ENV:AppMenu*".*N"
  3.    MakeDir ENV:AppMenu
  4.    Wait 1
  5. EndIf
  6. Echo "Creating file *"ENV:AppMenu/AppMenu.prefs*" from *"TestMenu.pre*".*N"
  7. AppMenu >NIL: FROM TestMenu.pre USE
  8. Wait 1
  9. Echo "Starting AppMenuCx"
  10. Run >NIL: AppMenuCx
  11. Wait 5
  12.